ImageFileData

Extension: ".idata"

"e" for End

Defines the end of a FileData.
If not defined: No FileData is defined.
Example: "end"

"p" for Path "Type > String"

Defines the path of the image relative to the file.
If not defined: This ImageFileData is discarded.
Example: "p=image.png"

"r" for Restrictor "Type > String"

Defines the image restrictor which is used for Image Search.
If not defined: Is set to an empty restrictor, which means only images without restrictor can be used.
Example: "r=character_name"

"x" for NSFW "Type > Separated Array of Type > String"

Defines the FileData as NSFW, and sets the NSFW categories.
If not defined: FileData is treated as SFW.

"u" for URL "Type > String"

Defines a URL the image is downloaded from if no image exists at the given path.
Multiple URLs can be provided (one URL per line) and all of them are added as ImageFileData with a 16bit hash of the URL at the end of the file name.
If the extension ".auto" is at the end of the given path the game will get the extension automatically from the URL (this is error-prone and should be tested by the modder).
If not defined: No image is downloaded.
Example: "u=https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png"

"t" for Tag "Type > String=Type > String"

Defines a tag for this image which is used for Image Search.
If not defined: This ImageFileData is discarded.
Example: "t=type=character"

"*" for Multiplier

Defines a multiplier which is used during Image Search and increases the score by the given value.
If not defined: The multiplier is set to 1.0.

"+" for Positive

Defines the prompt that was used to generate this image. This is just used so the prompt can be looked up and has no ingame use.
If not defined: Nothing happens.

"-" for Negative

Defines the negative prompt that was used to generate this image. This is just used so the prompt can be looked up and has no ingame use.
If not defined: Nothing happens.